home *** CD-ROM | disk | FTP | other *** search
- '
- ' These are constants used by PEACOCK.VBX
- ' They are the values for the action property
- '
- Option Explicit
-
- Global Const ACTION_NONE = 0
- Global Const ACTION_GET_COLOR = 1
- Global Const ACTION_GET_PREDEF_COLOR = 2
- Global Const ACTION_GET_USER_COLOR = 3
- Global Const ACTION_ADD_COLOR = 4
- Global Const ACTION_DELETE_COLOR = 5
- Global Const ACTION_CHECK_COLOR = 6
- Global Const ACTION_CHECK_PREDEF_COLOR = 7
- Global Const ACTION_CHECK_USER_COLOR = 8
-
-